From 48d30e97dc2fcb3db9b5f9b4d196cd678803116a Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 5 Dec 2005 18:04:06 +0000 Subject: [PATCH] Nukedata, position: No periods at and of help string text. --- gpsbabel/nukedata.c | 6 +++--- gpsbabel/position.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gpsbabel/nukedata.c b/gpsbabel/nukedata.c index 3b2f96361..42004518b 100644 --- a/gpsbabel/nukedata.c +++ b/gpsbabel/nukedata.c @@ -29,11 +29,11 @@ static char *nukewpts, *nuketrks, *nukertes; static arglist_t nuke_args[] = { - {"waypoints", &nukewpts, "Remove all waypoints from data stream.", + {"waypoints", &nukewpts, "Remove all waypoints from data stream", "0", ARGTYPE_BOOL} , - {"tracks", &nuketrks, "Remove all tracks from data stream.", + {"tracks", &nuketrks, "Remove all tracks from data stream", "0", ARGTYPE_BOOL} , - {"routes", &nukertes, "Remove all routes from data stream.", + {"routes", &nukertes, "Remove all routes from data stream", "0", ARGTYPE_BOOL} , {0, 0, 0, 0, 0} }; diff --git a/gpsbabel/position.c b/gpsbabel/position.c index 3d61962b6..a47954ff7 100644 --- a/gpsbabel/position.c +++ b/gpsbabel/position.c @@ -65,7 +65,7 @@ arglist_t radius_args[] = { NULL, ARGTYPE_FLOAT | ARGTYPE_REQUIRED }, {"exclude", &exclopt, "Exclude points close to center", NULL, ARGTYPE_BOOL }, - {"nosort", &nosort, "Inhibit sort by distance to center.", + {"nosort", &nosort, "Inhibit sort by distance to center", NULL, ARGTYPE_BOOL }, {"maxcount", &maxctarg,"Output no more than this number of points", NULL, ARGTYPE_INT, "1", NULL }, -- 2.30.2